//==============================================================================
// Oxcart Construction_anim.txt
//==============================================================================
import Construction_defines_anim.txt

//==============================================================================
define Dust
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A Building DustA
      }
   }  
}

========================================================================
anim Idle
{
   SetSelector
   {
		SetSelector
		{
			ConstructionLogic 0 33 66
			set hotspot
			{
				version
				{
					Visual villager n oxcart_construction
				}
			}
			set hotspot
			{
				version
				{
					Visual villager n oxcart_construction
				}
			}
			set hotspot
			{
				version
				{
					Visual villager n oxcart_construction
				}
			}
			set hotspot
			{
				version
				{
				Visual villager n oxcart_construction


				}
			}
		}		
   }
}

//==============================================================================
anim Death
{
   SetSelector
   {
      ConstructionLogic 0 33 66
      set hotspot
      {
         version
         {
            Visual villager n oxcart_construction
         }
      }
      set hotspot
      {
         version
         {
            Visual villager n oxcart_construction
         }
      }
      set hotspot
      {
         version
         {
            Visual villager n oxcart_construction
         }
      }
      set hotspot
      {
         version
         {
			Visual villager n oxcart_construction
         }
      }
   }
}

